home *** CD-ROM | disk | FTP | other *** search
/ Beginning Mac Programming / Beginning Mac Programming.bin / pc / Open Me for REALbasic 3 / REALbasic 3.2 / Made with REALbasic™ / Communications & Internet / Hotline / HotStuff 1.7.6 app / 1.7.6 vers_compile info
Encoding:
Text File  |  1999-12-06  |  4.4 KB  |  99 lines

  1. Do not use dr2r59-dr2r64 to compile, they WILL NOT WORK.  Use r65 or later.
  2. (this release was compiled with 2.0.1a3)
  3.  
  4. Also, be sure to give the compiler more memory.  The default 5mb or so is not enough. (it may hang during load or compile)   10mb should be fine.
  5.  
  6.  
  7.  
  8.  
  9. Major changes:
  10.  
  11. 1.5.6 - intial release
  12.  
  13. 1.5.7 - many bug fixes, downloads are solid, hierarchical file list
  14.  
  15. 1.5.8 - dual mode userlist (one with icons!), better icons in file list,
  16.         get and set file info implemented.  no real bugs found to fix.
  17.  
  18. 1.5.9 - fixed a bug in the sockets created when file xfers were added,
  19.         implemented get info on users, and added prefs!
  20.  
  21. 1.6.0 - agreement hotkey changed to cmd-K, gag feature added as cmd-G,
  22.         and userlist now has ICONS, COLORED NICKS, AND HILIGHT!  yay!
  23.         (this will be the last version with the old style userlist also)
  24.  
  25. 1.6.1 - somewhat of an internal release, fixed some minor bugs here
  26.         and there.  added Keep Active option, prevents idling.
  27.  
  28. 1.6.2 - more fixes, mostly to Keep Active.  also changed the Monitor
  29.         Admins to display in chat rather than pop up a msgbox.
  30.  
  31. 1.6.3 - bug fixes, uploads.  Uploads are NOT stable, but they do work!
  32.  
  33. 1.6.4 - little box next to icon #, to select icon.  WARNING!  You will
  34.         need lots of memory!!!  Like 24mb or so if you have a user icons
  35.         file!!!
  36.  
  37. 1.6.5 - split the Goodies menu into Server and User menus.  Added Chat,
  38.         Kick, and Ban to menus.  Implemented private chat.  Included
  39.         drag and drop for userlists.  Made a few minor userlist fixes.
  40.         Made the IconWizard module self-contained for producing BFI's
  41.         for other people's clients.  Two sounds were added to the
  42.         Resources module. (kick and ban)
  43.  
  44. 1.6.6 - squished the bug that was causing multiple hilight arrows to
  45.         appear in the userlist.
  46.  
  47. 1.7.0 - basic support for socks4 proxy added.  Gag bug noted.  Still
  48.         need to search out all strcomps and fix them due to compiler
  49.         bugfix which changed the way strcomp works.  GAMEPLUG! yay!
  50.  
  51. 1.7.1 - HOPE Secure Login protocol added.  Bookmarks added, with many
  52.         advancements over standard HL bookmarks.  Drag-invite now works
  53.         when displaying "simple" main userlist. (bug)  Delete file
  54.         implemented. (tap Del or Delete with file hilighted)  Found a
  55.         bug in RB's drag and drop, which currently prevents uploads
  56.         of text files, text clippings, text docs, etc etc.  Fixed
  57.         several bugs in the upload method, they are now quite stable,
  58.         obey SendComplete, and even have "flashing lights" to indicate
  59.         send/wait activity.
  60.  
  61. 1.7.2   final tweaks to upload to lock stability down really good.
  62.         implemented the flashing lights on downloads also.  selecting
  63.         a bookmark from the popup will now auto-disconnect (if needed)
  64.         and auto-connect.  HOPE "CliPro" methods being implemented.
  65.  
  66. 1.7.3   CliPro fully implemented.  tweaks to secure login.  Added icon
  67.         number to user drag object.
  68.  
  69. 1.7.4   FINALLY, I FOUND THE NIL!  Cause was getting a pchat invitation
  70.         when Refuse Messages was checked.  Proxy and Secure login menu
  71.         items now show a check when enabled.  Moved F12 commands menu
  72.         from Options menubar to File menubar.  Ban now really does ban.
  73.  
  74. 1.7.5   Some major changes to HotSocket in preparation for P2.  Trans-
  75.         actions are now internally queued by HotStuff, which should make
  76.         many floodbans become impossible to achieve.  Chat line will no
  77.         longer send a totally empty chat line if you mistakenly tap
  78.         return.  Replying to a PM now holds the original PM open until
  79.         you send the message, and will not remove it if you cancel the
  80.         reply.
  81.  
  82. 1.7.6   Wow, found a few bugs!  I fixed a bug in the queueing of trans-
  83.         actions to prevent info transactions from being sent twice under
  84.         rare circumstances. (most notably, the RequestUserlist when you
  85.         log on)  That caused another amazingly long-hidden bug in my
  86.         protocol implementation to surface.  RequestAddToPchat is not a
  87.         request, and has been changed accordingly.  Attempting to call
  88.         this would result in HS effectively going to sleep.  It was
  89.         waiting for the reply to the pchat add before sending anything
  90.         else, due to the queueing added in v1.7.5, which since it was
  91.         not a request, would never be replied to.  Fixed bug preventing
  92.         resuming uploads in subfolders.  Implemented the Upload button.
  93.  
  94.  
  95.  
  96. - Virtual1
  97.  
  98.  
  99.